GtkFlowBox: Add missing nullable annotation
authorTimm Bäder <mail@baedert.org>
Thu, 10 Dec 2015 15:54:59 +0000 (16:54 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 12 Dec 2015 08:29:08 +0000 (09:29 +0100)
gtk/gtkflowbox.c

index 775d0a0fd8858bfaf736a948b112932691a8e07d..3d1a076aa2bd19be740fe97a7b7a6a292a7c3115 100644 (file)
@@ -4214,8 +4214,9 @@ gtk_flow_box_insert (GtkFlowBox *box,
  *
  * Gets the nth child in the @box.
  *
- * Returns: (transfer none): the child widget, which will
- *     always be a #GtkFlowBoxChild
+ * Returns: (transfer none) (nullable): the child widget, which will
+ *     always be a #GtkFlowBoxChild or %NULL in case no child widget
+ *     with the given index exists.
  *
  * Since: 3.12
  */